projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35bf57
)
Spelling fix
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 11 May 2015 05:54:38 +0000
(22:54 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 11 May 2015 05:54:38 +0000
(22:54 -0700)
doc/lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/sequences.texi
b/doc/lispref/sequences.texi
index 9bce155467ea5b7d7c1e2b887e41eb02be9df158..72976b18952196e0940ec57372da0028cf47aab6 100644
(file)
--- a/
doc/lispref/sequences.texi
+++ b/
doc/lispref/sequences.texi
@@
-797,7
+797,7
@@
vector or string (@pxref{Iteration} for more information about the
@code{dolist} macro). This is primarily useful for side-effects.
@end defmac
-@defmac seq-let arguments sequen
s
e body@dots{}
+@defmac seq-let arguments sequen
c
e body@dots{}
@cindex sequence destructuring
This macro binds the variables in defined in the sequence
@var{arguments} to the elements of the sequence @var{sequence}.